isEffectEnabled

abstract fun isEffectEnabled(effectBlock: DesignBlock): Boolean

Queries whether an effect block is enabled and therefore applies its effect.

Return

true if the effect is enabled, false otherwise.

Parameters

effectBlock

The effect block to query.